You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > TMtxInt.SetVal Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.SetVal Method

Initializes matrix values to Value.

Syntax
C#
Visual Basic
public TMtxInt SetVal([In] int Value, int Row, int Col, int ToRow, int ToCol);

Sets the calling matrix elements [Row,Col]..[ToRow,ToCol] to Value. An exception is raised if TMtxVecBase.ConditionCheck is true and array bounds are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!